home *** CD-ROM | disk | FTP | other *** search
- object frmPickDate: TfrmPickDate
- Left = 455
- Top = 388
- BorderStyle = bsDialog
- Caption = 'Select Date'
- ClientHeight = 103
- ClientWidth = 247
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 6
- Top = 4
- Width = 74
- Height = 13
- Caption = 'Time and date:'
- end
- object comOk: TButton
- Left = 87
- Top = 77
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object comCancel: TButton
- Left = 167
- Top = 77
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object AM5dtDate: TAM5DateTimePanel
- Left = 4
- Top = 17
- Width = 240
- Height = 60
- InsertCaption = 'Custom'
- EasyDatesMenu.Strings = (
- 'Last 30 Seconds'
- 'Last 30 Minutes'
- 'Last 24 Hours'
- 'Last 30 Days'
- 'Last 12 Months'
- 'Last 5 Years'
- '-'
- 'Next 30 Seconds'
- 'Next 30 Minutes'
- 'Next 24 Hours'
- 'Next 30 Days'
- 'Next 12 Months'
- 'Next 5 Years')
- AM5DateTime = '%DateSerial(2002,01,28) + TimeSerial(15,42,30)%'
- RawDataCaption = 'Expression'
- end
- object IvTranslator1: TIvTranslator
- DictionaryName = 'dcoAMTA'
- Left = 12
- Top = 277
- TargetsData = (
- 1
- 4
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0)
- (
- '*'
- 'Items'
- 0)
- (
- 'TMemo'
- 'Text'
- 0))
- end
- end
-